Package-level declarations

Types

Link copied to clipboard
@Serializable
class DeepSeekError(val error: DeepSeekError.Error)

JSON body returned by the DeepSeek API when a request fails.

Link copied to clipboard

Base class for all exceptions thrown by DeepSeek SDK endpoint calls.

Link copied to clipboard
class DeepSeekHeaders(entries: Map<String, List<String>>)

Immutable, Ktor-free snapshot of HTTP response headers attached to a DeepSeekException.